home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wn.xml < prev    next >
Text File  |  2002-08-30  |  2KB  |  49 lines

  1. <search function="wn">
  2.   <name>Web WordNet 1.7.1</name>
  3.   <description>
  4.     WordNet: A lexical database for the English language<br/>
  5.     WordNet is an online lexical reference system whose design 
  6.     is inspired by current psycholinguistic theories of human 
  7.     lexical memory.<br/> 
  8.     English nouns, verbs, adjectives and adverbs are organized 
  9.     into synonym sets, each representing one underlying lexical 
  10.     concept. Different relations link the synonym sets.<br/>
  11.     WordNet was developed by the Cognitive Science Laboratory 
  12.     at Princeton University.<br/>
  13.     <div class="helpboxDescLabels">Example:</div>
  14.     <table class="helpboxDescTable">
  15.           <tr><td>wn rule</td></tr>
  16.       </table>
  17.   </description>
  18.  
  19.   <category>Reference</category>
  20.   <link>http://www.cogsci.princeton.edu/~wn/</link>
  21.   <contributor>Shakeel Mahate</contributor>
  22.   
  23.   <form name="wnf"
  24.         action="http://www.cogsci.princeton.edu/cgi-bin/webwn1.7.1"
  25.         method="get">
  26.     <input type="hidden" name="stage" value="1"/>
  27.     <input type="hidden" name="word" value=""/>
  28.   </form>
  29.   
  30.   <script><![CDATA[
  31.     function wn(q)
  32.     {
  33.       if( nullArgs("wn",q) )
  34.         return false;
  35.       else
  36.       {
  37.         document.wnf.word.value = q;
  38.         submitForm(wnf);
  39.       }
  40.     }
  41.   ]]></script>
  42.  
  43.   <copyright>
  44.     Copyright (c) 2002 David Bau
  45.     Distributed under the terms of the
  46.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  47.   </copyright>
  48. </search>
  49.